home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 May / CyberMycha 05-2005 (Poland).bin / Immortal / cotndemo.exe / AdobeInstall.exe / Reader / plug_ins / PPKLite.api / EXVW / 20016 < prev    next >
Encoding:
Text File  |  2002-08-12  |  683 b   |  18 lines

  1. gPanelWidth = max( 325, zstring_width(zstring: '$$$/Dialogs/UserSettings/GlobalMaxString') + 25 );
  2.  
  3. dialog(target_id: 'name' )
  4. {
  5.     cluster(item_id: 'Panl', name: '$$$/Dialogs/PasswordOptions/ClusterTitle',
  6.     dwidth: gPanelWidth, align_children: align_left)
  7.     {
  8.         static_text(name: '$$$/Dialogs/PasswordOptions/PopupTitle', alignment: align_fill);
  9.         popup(item_id: 'time', alignment: align_fill);
  10.  
  11.         static_text(name: '$$$/Dialogs/PasswordOptions/Password', alignment: align_fill);
  12.         edit_text(item_id: 'pnew', password: true, alignment: align_fill );
  13.  
  14.         gap(height: 5);
  15.         button(item_id: 'aply', name: '$$$/Dialogs/PasswordOptions/Apply', alignment: align_right);
  16.     }
  17. }
  18.